@charset "UTF-8";
/* CSS Document */


.simp
{
	margin-left: 170px;	 
}



.cramp
{
	color: black;
	font-family: nixie-one, serif; /* a nice courier style typeface... PUT THE FOLLOWING IN HEAD: <script src="//use.edgefonts.net/nixie-one.js"></script> */
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 2px;
	padding: 2px;
	margin-top:5px;
	}
	
.greasytoptext {
	background-color:rgba(244,244,244,1);
	color: black;
	font-family: nixie-one, serif; /* a nice courier style typeface... PUT THE FOLLOWING IN HEAD: <script src="//use.edgefonts.net/nixie-one.js"></script> */
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 2px;
	padding: 2px;
	margin-top:5px;
	margin-right:12px;
	max-width:1000px;
	}
	
.gg{
	margin-left: 150px;
	padding-right: 40px;
	float:left;
	max-width:490px;
	}
.sidescrollpaddy {
	padding: 50px 80px 40px 0px;
	}	
.sidescrollpotty {
	padding: 36px 80px 40px 0px;
	}
/*THE BELOW CSS IS FOR LAZY LOAD FADE-IN OF IMAGES IS SWEET XOXOXO */

/*! Lazy Load XT v1.0.5 2014-06-05
 * http://ressio.github.io/lazy-load-xt
 * (C) 2014 RESS.io
 * Licensed under MIT */

/*.lazy-hidden {
    background: url('../images/LoadingGifs/hourglass1.gif') no-repeat 50% 50%;
}  */

/*a color like #f3f3f3 works in just typed in front of the url by itself*/
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

.hourglass {
	background: url('../images/LoadingGifs/hourglass1.gif') no-repeat 50% 50%;
	background-size: 32px 32px;
	image-rendering: pixelated;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-crisp-edges;
	image-rendering: -o-crisp-edges;
	}

